Skip to content

Conversation

MatheusAfinovicz
Copy link

No description provided.

resp, err := client.Do(req)
signedReq, err := signRequest(req, client)
if err != nil {
return nil, fmt.Errorf("AWS: Could not contact metadata service: %s", err)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe make it a different error message than the one below, e.g. Could not sign metadata request

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants